home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 2
/
Nebula Two.iso
/
SourceCode
/
MiscKit1.7.1
/
MiscKit
/
Examples
/
IconTester
/
IconController.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-02-12
|
272 b
|
21 lines
#import <eointerface/eointerface.h>
#import <misckit/misckit.h>
@interface IconController:Object
{
id button;
MiscAppIconAnimator *animator;
}
//** designated initializer
- init;
- free;
- animate:sender;
- stopAnimate:sender;
- save:sender;
- load:sender;
@end